home *** CD-ROM | disk | FTP | other *** search
/ Reperages 1994 / Reperages 94 - Version 2.iso / tortue.MMM / tortue.MMM.rsrc / VWCI_1026 < prev    next >
Text File  |  1994-10-20  |  1KB  |  47 lines

  1. 9ÿêGSSSSon mousedown
  2.   if the frame < 77 then
  3.     global sceneH
  4.     global sceneV
  5.     put the mouseV-sceneV into vertical
  6.     put the mouseH-sceneH into horizontal
  7.     
  8.     if horizontal<40 and the frame < 79 then
  9.       if vertical>281 and vertical<316 then
  10.         cursor 290
  11.         go to frame "textecomplet"
  12.       end if
  13.       if vertical>332 and vertical<370 then
  14.         cursor 290
  15.         go to frame "chant"
  16.       end if
  17.     end if
  18.     
  19.     if horizontal>474 and vertical>348 then
  20.       cursor 290
  21.       go to frame "exit"
  22.     end if
  23.     
  24.     if vertical>300 and vertical < 320 then
  25.       if horizontal>54 and horizontal<228 then
  26.         cursor 200
  27.         go to frame 90
  28.       end if
  29.       if horizontal>232 and horizontal<468 then
  30.         cursor 200
  31.         go to frame 91
  32.       end if
  33.     end if
  34.     
  35.     if vertical>332 and vertical < 352 then
  36.       if horizontal>54 and horizontal<228 then
  37.         cursor 200
  38.         go to frame 92
  39.       end if
  40.       if horizontal>232 and horizontal<385 then
  41.         cursor 200
  42.         go to frame 93
  43.       end if      
  44.     end if
  45.   end if  
  46. end mousedown
  47. tor_bas.fnd